type time.absMonth
4 uses
time (current package)
time.go#L587: type absMonth int
time.go#L681: func (ayday absYday) split() (m absMonth, mday int) {
time.go#L697: return absMonth(d >> 16), 1 + int((d&0xFFFF)/2141)
time.go#L711: func (m absMonth) month(janFeb absJanFeb) Month {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |